home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / TrackEraser.exe / 0 / RCDATA / TFRMSCAN / TFRMSCAN.txt
Text File  |  2008-10-30  |  4KB  |  181 lines

  1. object frmScan: TfrmScan
  2.   Left = 517
  3.   Top = 186
  4.   Width = 645
  5.   Height = 414
  6.   Caption = 'frmScan'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 144
  18.   TextHeight = 16
  19.   object pnlScan: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 637
  23.     Height = 381
  24.     Align = alClient
  25.     BevelOuter = bvNone
  26.     Color = clWhite
  27.     TabOrder = 0
  28.     DesignSize = (
  29.       637
  30.       381)
  31.     object imgWatermarkPage: TImage
  32.       Left = 290
  33.       Top = 260
  34.       Width = 349
  35.       Height = 127
  36.       Anchors = [akRight, akBottom]
  37.       AutoSize = True
  38.       Transparent = True
  39.     end
  40.     object axlblScanTitle: TAxLabel
  41.       Left = 32
  42.       Top = 16
  43.       Width = 299
  44.       Height = 19
  45.       WordWrap = False
  46.       Quality = smMMXSmoothing4x
  47.       Layout = tlCenter
  48.       Transparent = False
  49.       Caption = 'Scanning computer for history traces'
  50.       Font.Charset = DEFAULT_CHARSET
  51.       Font.Color = 10040064
  52.       Font.Height = -16
  53.       Font.Name = 'Verdana'
  54.       Font.Style = []
  55.       ShowAccelChar = True
  56.       ParentFont = False
  57.     end
  58.     object lblCurCategory: TAxLabel
  59.       Left = 32
  60.       Top = 126
  61.       Width = 566
  62.       Height = 19
  63.       WordWrap = False
  64.       Transparent = False
  65.       AutoSize = False
  66.       Caption = 'Scanning category Internet Explorer URLs (3 out of 12):'
  67.       ShowAccelChar = True
  68.     end
  69.     object lbElapsedValue: TAxLabel
  70.       Left = 230
  71.       Top = 210
  72.       Width = 34
  73.       Height = 16
  74.       WordWrap = False
  75.       Alignment = taRightJustify
  76.       Transparent = False
  77.       Caption = '0 sec'
  78.       ShowAccelChar = True
  79.     end
  80.     object lblTracksValue: TAxLabel
  81.       Left = 198
  82.       Top = 235
  83.       Width = 65
  84.       Height = 16
  85.       WordWrap = False
  86.       Alignment = taRightJustify
  87.       Transparent = False
  88.       AutoSize = False
  89.       Caption = '<b>0</b>'
  90.       ShowAccelChar = True
  91.     end
  92.     object lblDescription: TLabel
  93.       Left = 32
  94.       Top = 57
  95.       Width = 571
  96.       Height = 49
  97.       AutoSize = False
  98.       Caption = 'lblDescription'
  99.       WordWrap = True
  100.     end
  101.     object axlNextText: TLabel
  102.       Left = 32
  103.       Top = 360
  104.       Width = 341
  105.       Height = 16
  106.       Caption = 'Click Stop if you wish to stop the scan and view the results'
  107.       Transparent = True
  108.     end
  109.     object axlElapsed: TLabel
  110.       Left = 32
  111.       Top = 210
  112.       Width = 112
  113.       Height = 16
  114.       Caption = 'Elapsed scan time:'
  115.     end
  116.     object axlTracks: TLabel
  117.       Left = 32
  118.       Top = 235
  119.       Width = 85
  120.       Height = 16
  121.       Caption = 'Tracks found:'
  122.       Font.Charset = DEFAULT_CHARSET
  123.       Font.Color = clWindowText
  124.       Font.Height = -13
  125.       Font.Name = 'Arial'
  126.       Font.Style = [fsBold]
  127.       ParentFont = False
  128.     end
  129.     object lblCurItem: TAxLabel
  130.       Left = 32
  131.       Top = 150
  132.       Width = 571
  133.       Height = 17
  134.       WordWrap = False
  135.       Transparent = False
  136.       AutoSize = False
  137.       Caption = 'www.bad-url.com'
  138.       ShowAccelChar = True
  139.     end
  140.     object pbScanning: TProgressBar
  141.       Left = 32
  142.       Top = 169
  143.       Width = 571
  144.       Height = 17
  145.       Smooth = True
  146.       TabOrder = 0
  147.     end
  148.     object btnResume: TButton
  149.       Left = 398
  150.       Top = 193
  151.       Width = 99
  152.       Height = 25
  153.       Caption = '&Pause'
  154.       TabOrder = 1
  155.       OnClick = btnResumeClick
  156.     end
  157.     object btnStop: TButton
  158.       Left = 503
  159.       Top = 193
  160.       Width = 99
  161.       Height = 25
  162.       Caption = '&Stop'
  163.       TabOrder = 2
  164.       OnClick = btnStopClick
  165.     end
  166.   end
  167.   object timerProgress: TTimer
  168.     Enabled = False
  169.     Interval = 100
  170.     OnTimer = timerProgressTimer
  171.     Left = 567
  172.     Top = 321
  173.   end
  174.   object timerElapsedTime: TTimer
  175.     Enabled = False
  176.     OnTimer = timerElapsedTimeTimer
  177.     Left = 564
  178.     Top = 267
  179.   end
  180. end
  181.